type github.com/jackc/pgx/v5/pgtype.encodePlanBoxCodecText

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		box.go#L85: 		return encodePlanBoxCodecText{}
		box.go#L110: type encodePlanBoxCodecText struct{}
		box.go#L112: func (encodePlanBoxCodecText) Encode(value any, buf []byte) (newBuf []byte, err error) {